home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
mac
/
Chapter Tutorials
/
ch06.Media
/
ScaleableText
/
sCaLeaBl.dcr
/
00009.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-12-03
|
332 b
|
17 lines
on mouseDown
puppetSprite(1, 1)
puppetSprite(2, 1)
puppetSprite(3, 1)
puppetSprite(4, 1)
set the width of sprite 1 to the width of sprite 1 / 3
set the height of sprite 1 to the width of sprite 1 * 3
updateStage()
end
on mouseUp
puppetSprite(1, 0)
puppetSprite(2, 0)
puppetSprite(3, 0)
puppetSprite(4, 0)
end